projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f49f08c
)
Add defgroup :version.
author
Dave Love
<fx@gnu.org>
Thu, 1 Apr 1999 13:59:57 +0000
(13:59 +0000)
committer
Dave Love
<fx@gnu.org>
Thu, 1 Apr 1999 13:59:57 +0000
(13:59 +0000)
lisp/progmodes/sql.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sql.el
b/lisp/progmodes/sql.el
index 03b03b6a61d5d2a58709d68b3e6ce81773a48294..d16e9fb1f290d3380371b8f7d98574baadeb3728 100644
(file)
--- a/
lisp/progmodes/sql.el
+++ b/
lisp/progmodes/sql.el
@@
-4,7
+4,7
@@
;; Author: Alex Schroeder <alex@gnu.org>
;; Maintainer: Alex Schroeder <alex@gnu.org>
-;; Version: 1.4.
1
+;; Version: 1.4.
2
;; Keywords: comm languages processes
;; This file is part of GNU Emacs.
@@
-119,6
+119,7
@@
(defgroup SQL nil
"Running a SQL interpreter from within Emacs buffers"
+ :version "20.4"
:group 'processes)
;; These three variables will be used as defaults, if set.